home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10774 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.8 KB

  1. Path: news.primenet.com!not-for-mail
  2. From: jrice@primenet.com (Jer)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Does Borland C++ 5.0 do Dos DPMI-32 (Does it include PowerPak for Dos)?
  5. Date: 10 Mar 1996 00:57:03 -0700
  6. Organization: Primenet Services for the Internet
  7. Sender: root@primenet.com
  8. Message-ID: <4hu20f$23@nnrp1.news.primenet.com>
  9. References: <4hdetv$bhp@frodo.smartlink.net> <313BADFC.4D63@public.sta.net.cn>
  10. X-Posted-By: ip192.elp.primenet.com
  11. X-Newsreader: Forte Free Agent 1.0.82
  12.  
  13. Xu Yifeng <jafd@public.sta.net.cn> wrote:
  14.  
  15. >The Nameless One wrote:
  16. >:> 
  17. >:>     I am considering upgrading to Borland C++ 5.0 (I currently use 4.52).
  18. >:> But I have a REALLY IMPORTANT question...
  19. >:> 
  20. >:>     Can Borland C++ 5.0 make 32bit DOS DPMI files?
  21. >:>     Does 5.0 include PowerPak and TASM?
  22. >:> 
  23. >:>     In versions 4.x you needed to purchase PowerPak to do DOS DPMI16 and
  24. >:> DOS DPMI32.  You needed Turbo Assembler (TASM) to do inline Assembly Code.
  25. >:> I would HOPE that Borland got their act together and included all three of
  26. >:> these in their new release!  So tell me, is this stuff included?
  27.  
  28.  
  29. >I don't think Borland C++ 5.0 will include Powerpack, you may still need
  30. >to purchase it from Borland.
  31.  
  32. >>     If not, can anyone suggest a good C complier that will do both of
  33. >> these things without purchasing expensive add ons?
  34. >> 
  35.  
  36. >I suggest you use Watcom C++ to programming 32 bit dos program, It maybe
  37. >is the best C++ compiler to support 32 bit dos programming, it supports
  38. >both 16 bit dos and 32 bit dos programming, you needn't to purchasing
  39. >expensive add ons, there are lots of high level programmers.
  40. >many famous softwares were developed under Watcom C++, doom, foxpro,
  41. >netware...
  42.  
  43. >please visit WWW page: http://www.watcom.com
  44.  
  45. >>     Please EMAIL your response to   hopkins@smartlink.net  because I only
  46. >> check newsgroups about once or twice a month.  Thanks!
  47.  
  48. >Regards,
  49. >Xu Yifeng
  50. Watcom doesn't have 16 bit DPMI, but does have 32 bit DPMI in a
  51. "limited" package. In order to get full DPMI you have to buy an
  52. extender. It has a 16 bit dos compiler, but not extended.  
  53.  
  54. Borland 5 does not support DPMI, thats why they bundle BC++ 4.52 with
  55. BC++ 5. It does support it. However, in order to get DPMI extension
  56. you still have to buy the Power Pack.  BC++ 5 is in essense a Windows
  57. only compiler, as far as I know. The bundled BC++ 4.52 does not
  58. support the latest features, as in name spaces, etc. Watcom on the
  59. other hand upgraded everything. All their compilers support the latest
  60. features. It upsets me that Borland has summarily decided to drop dos
  61. development. I have many many programs that require maintenance that
  62. will take years to convert to Win 95, or Win 3.1 for that matter, that
  63. would benifit from the new C++ features and dos extension. Borland, I
  64. guess, expects us to throw away millions of lines of code, just so
  65. that we can upgrade to their new toy. 
  66.  
  67.